home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_352 / printhandler / print-handler.doc < prev    next >
Text File  |  1992-05-06  |  2KB  |  49 lines

  1. ============================ PrintHandler ============================
  2. ======================================================================
  3. PrintHandler  is  ©  Copyright 1989, 1990 by MXM, all rights reserved,
  4. written by Olaf Barthel.  No guarantees of any kind are made that this
  5. program is 100% reliable.  Use this program on your own risk!
  6.  
  7. =============================== Usage ================================
  8. ======================================================================
  9. This  is  a replacement for the standard AmigaDOS PRT:  device driver.
  10. Other  than  the  original  device, data spooling and single pages are
  11. handled  correctly.   To  install  the  handler  execute the following
  12. steps:
  13.  
  14.                Copy Print-Handler to your L: directory.
  15.  
  16.               Copy mxm.library to your LIBS: directory.
  17.  
  18.           Append the following lines to your DEVS:MountList:
  19.  
  20.                    PRT: Handler   = L:Print-Handler
  21.                         Stacksize = 6000
  22.                         Priority  = 5
  23.                         GlobVec   = -1
  24.                    #
  25.  
  26.         Append the following lines to your S:Startup-Sequence:
  27.  
  28.                    Assign PRT: REMOVE
  29.                    Mount PRT:
  30.  
  31. The  next time you reboot, the new Print-Handler will take care of the
  32. data flow between your Amiga and the printer.
  33.  
  34. =============================== Author ===============================
  35. ======================================================================
  36. This  program  was written by Olaf Barthel of MXM, send contributions,
  37. flames, bug reports, etc.  to:
  38.  
  39.                           Olaf Barthel, MXM
  40.                           Brabeckstrasse 35
  41.                           D-3000 Hannover 71
  42.  
  43.                      Federal Republic of Germany
  44.  
  45. ============================== Credits ===============================
  46. ======================================================================
  47. The   skeleton   handler   code  was  written  by  Philip  Lindsay  of
  48. Commodore-Amiga, Inc.
  49.